Skip to main content
Glama

MCP-CMake

by hiono
pyproject.toml563 B
[project] name = "mcp-cmake" version = "0.1.0" description = "MCP server for CMake project" requires-python = ">=3.12" dependencies = ["fastmcp"] [project.scripts] mcp-cmake = "mcp_cmake.mcp_cmake_server:main" [tool.hatch.build.targets.wheel] packages = ["mcp_cmake"] [project.optional-dependencies] dev = [ "pytest", "pytest-mock", # For mocking "packaging", # For version comparison ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "pytest", "pytest-mock", "pytest-asyncio", ]

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/hiono/mcp-cmake'

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