Metadata-Version: 2.3
Name: kamcp
Version: 0.1.5
Summary: mcp server for kam.
Author: LIghtJUNction
Author-email: LIghtJUNction <lightjunction.me@gmail.com>
Requires-Dist: click>=8.3.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.24.0
Requires-Dist: openai>=2.11.0
Requires-Dist: openai-agents>=0.6.3
Requires-Dist: pydantic>=2.12.5
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Kamcp
kam mcp
# Install
- pip install kamcp

- uv tool install kamcp

- uv pip install kamcp (no x)

# config 
- Supports all startup methods.
- Use `kamcp --help` to view help information.
```json
{
...
"command":"kamcp",
"args":["stdio"]
...
}
```
# This is a sub-project of the kam project.
