Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 0 additions & 7 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ make test-examples # Run example tests
# Documentation
make docs-serve # Build and serve docs locally (http://localhost:8000)
make docs-build # Build docs for deployment

# MCP Development
make mcp-inspector # Run MCP server inspector for debugging
```

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

4. **MCP Server** (`stackone_ai/server.py`): Protocol implementation
- Async tool execution
- CLI interface via `stackmcp` command

### OpenAPI Specifications

All tool definitions are generated from OpenAPI specs in `stackone_ai/oas/`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug

## Requirements

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

## Installation

Expand Down
15 changes: 0 additions & 15 deletions examples/mcp_server.py

This file was deleted.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ dependencies = [
"eval-type-backport; python_version<'3.10'", # TODO: Remove when Python 3.9 support is dropped
]

[project.scripts]
stackmcp = "stackone_ai.server:cli"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
241 changes: 0 additions & 241 deletions stackone_ai/server.py

This file was deleted.

Loading