Skip to main content
Glama
pyproject.toml722 B
[project] name = "mcp-code-mode" version = "0.1.0" description = "Code Execution MCP Server using DSpy and MCP" readme = "README.md" authors = [{ name = "Codex" }] requires-python = ">=3.11,<3.13" dependencies = [ "fastmcp>=2.0.0", "dspy-ai>=2.5.0", "mcp>=1.0.0", "aiohttp>=3.9.0", "httpx>=0.24.0", "python-dotenv>=1.0.0", "google-generativeai>=0.3.0" ] [project.optional-dependencies] dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", "black>=23.0.0", "ruff>=0.1.0", "mypy>=1.7.0" ] [tool.setuptools] package-dir = {"" = "src"} packages = ["mcp_code_mode"] [build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.build_meta"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/draphonix/mcp-code-mode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server