Skip to main content
Glama

Substrate

by ivan-saorin
pyproject.toml1.48 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "substrate" version = "1.0.0" description = "Foundation for MCP servers - the system architect" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ {name = "System Architect"}, ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] dependencies = [ "fastmcp>=0.1.0", "pyyaml>=6.0", "pathlib", "anthropic>=0.39.0", "openai>=1.54.4", "google-generativeai>=0.3.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "black>=23.0.0", "ruff>=0.1.0", "mypy>=1.0.0", ] [project.scripts] substrate = "substrate.__main__:main" [tool.setuptools.packages.find] where = ["src"] [tool.black] line-length = 88 target-version = ['py38', 'py39', 'py310', 'py311'] [tool.ruff] line-length = 88 target-version = "py38" select = [ "E", # pycodestyle "F", # pyflakes "I", # isort ] [tool.mypy] python_version = "3.8" 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/ivan-saorin/substrate'

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