Skip to content

Package MCP server and document setup - #69

Merged
Atharva-Kanherkar merged 1 commit into
masterfrom
issue-63-mcp-packaging
Mar 30, 2026
Merged

Package MCP server and document setup#69
Atharva-Kanherkar merged 1 commit into
masterfrom
issue-63-mcp-packaging

Conversation

@Atharva-Kanherkar

Copy link
Copy Markdown
Collaborator

Summary

Package the MCP server as an installable project entrypoint and document how to run it independently of FastAPI.

What changed

  • added pyproject.toml with split extras for core, API, MCP, and dev installs
  • added the agentic-memory-mcp console script
  • updated MCP runtime install guidance to point at pip install ".[mcp]"
  • expanded the README with exact setup examples for Claude Code, Cursor, Windsurf, and generic streamable HTTP clients
  • documented environment variables, remote media path caveats, and the 768 to 1536 embedding reindex migration guidance

Validation

  • .venv/bin/python -m pytest tests/test_mcp_schemas.py -vv
  • .venv/bin/python -m pytest tests/test_mcp_server.py -k 'not test_server_forgetting_cycle_is_single_flight' -q
  • isolated tests/test_mcp_server.py::test_server_forgetting_cycle_is_single_flight still times out when run alone; treated as pre-existing and not caused by this diff

Closes #63

@vercel

vercel Bot commented Mar 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentic-memory Ready Ready Preview, Comment Mar 30, 2026 11:40am

@Atharva-Kanherkar
Atharva-Kanherkar merged commit 48a8bb5 into master Mar 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP-1F: Package the server and document setup, ops, and migration guidance

1 participant