Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ uv run pytest tests/ -v
uv run pytest tests/test_all_functions.py::test_no_subprocess_vulnerabilities -v

# FastMCP test
uv run python tests/test_cml_mcp_client.py --quick
uv run python tests/test_cai_mcp_client.py --quick
```

### Add Tests
Expand Down
2 changes: 1 addition & 1 deletion cai_workbench_mcp_server/src/functions/upload_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def upload_file_to_root(host, api_key, project_id, file_path, target_name=None,
Upload a file to the project using direct PUT request

Args:
host: CML host URL
host: CAI host URL
api_key: API key for authentication
project_id: ID of the project to upload to
file_path: Full path to the file to upload
Expand Down