refactor: update application name and enhance header display in Streamlit app
This commit is contained in:
@@ -67,7 +67,7 @@ servers_json = config/mcp_config.json
|
||||
|
||||
Start the application:
|
||||
```bash
|
||||
streamlit run src/app.py
|
||||
uv run mcpapp
|
||||
```
|
||||
|
||||
The app will be available at `http://localhost:8501`
|
||||
@@ -82,9 +82,6 @@ Key components:
|
||||
|
||||
## Development
|
||||
|
||||
### Running Tests
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
|
||||
### Code Formatting
|
||||
@@ -94,7 +91,7 @@ ruff check . --fix
|
||||
|
||||
### Building
|
||||
```bash
|
||||
python -m build
|
||||
uv build
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user