refactor: update application name and enhance header display in Streamlit app

This commit is contained in:
2025-03-26 12:27:00 +00:00
parent bd56cc839d
commit 49aebc12d5
4 changed files with 68 additions and 45 deletions

View File

@@ -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