Skip to main content
Glama

mcp-dice

by yamaton
MIT License
1
  • Apple
pyproject.toml758 B
[project] name = "mcp-dice" version = "0.1.2" description = "MCP server enabling LLMs to roll dice" readme = "README.md" requires-python = ">=3.10" dependencies = ["mcp>=1.0.0", "python-dotenv>=1.0.1"] [project.urls] "Homepage" = "https://github.com/YourUsername/mcp-dice" "Repository" = "https://github.com/YourUsername/mcp-dice" "Bug Tracker" = "https://github.com/YourUsername/mcp-dice/issues" [[project.authors]] name = "Yamato Matsuoka" email = "yamaton@gmail.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.optional-dependencies] dev = ["pytest>=8.3.3"] [project.scripts] mcp-dice = "mcp_dice:main" [tool.pytest.ini_options] pythonpath = "src" [tool.hatch.build.targets.wheel] packages = ["src/mcp_dice"]

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/yamaton/mcp-dice'

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