Skip to main content
Glama

MCP Build Environment Service

by jbroll
pyproject.toml913 B
[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-build-environment" version = "0.1.0" description = "MCP server providing build environment access for repositories" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "Your Name", email = "your.email@example.com"} ] dependencies = [ "mcp>=0.9.0", "pydantic>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "mypy>=1.0.0", ] [project.scripts] mcp-build-environment = "mcp_build_environment.server:main" [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] mcp_build_environment = ["*.sh"] [tool.black] line-length = 100 target-version = ['py310'] [tool.mypy] python_version = "3.10" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true

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/jbroll/mcp-build'

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