Skip to content

Commit 2740c32

Browse files
committed
docs: update documentation after MCP server removal
- Remove MCP server section from CLAUDE.md code architecture - Remove `make mcp-inspector` command reference from CLAUDE.md - Update Python requirements note in README.md to reflect 3.9+ support
1 parent a7f021c commit 2740c32

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CLAUDE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ make test-examples # Run example tests
3333
# Documentation
3434
make docs-serve # Build and serve docs locally (http://localhost:8000)
3535
make docs-build # Build docs for deployment
36-
37-
# MCP Development
38-
make mcp-inspector # Run MCP server inspector for debugging
3936
```
4037

4138
## Code Architecture
@@ -57,10 +54,6 @@ make mcp-inspector # Run MCP server inspector for debugging
5754
- Handles file upload detection (`format: binary``type: file`)
5855
- Resolves schema references
5956

60-
4. **MCP Server** (`stackone_ai/server.py`): Protocol implementation
61-
- Async tool execution
62-
- CLI interface via `stackmcp` command
63-
6457
### OpenAPI Specifications
6558

6659
All tool definitions are generated from OpenAPI specs in `stackone_ai/oas/`:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2424

2525
## Requirements
2626

27-
- Python 3.10+ (MCP extra required for `fetch_tools()`)
27+
- Python 3.9+ (Python 3.10+ required for MCP-backed `fetch_tools()`)
2828

2929
## Installation
3030

0 commit comments

Comments
 (0)