Skip to main content
Glama

M/M/1 Queue Simulation Server

by kiyoung8
pyproject_mmc.toml1.28 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mcp-server-mmc" # 새 이름! version = "0.2.0" description = "MCP server for M/M/1 and M/M/c queue simulation with comparison tools" readme = "README.md" authors = [ {name = "WSC 2025 Research Project", email = "noreply@example.com"} ] license = {text = "MIT"} requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", ] keywords = [ "mcp", "model-context-protocol", "simulation", "queue", "mm1", "mmc", "mm3", "multi-server", "queueing-theory", "simpy", ] dependencies = [ "fastmcp>=1.0.0", "mcp>=1.0.0", "simpy>=4.0.0", "numpy>=1.24.0", "scipy>=1.10.0", "uvicorn>=0.27.0", "starlette>=0.35.0", ] [project.scripts] mcp-server-mmc = "mcp_server_mm1.server_mmc:main" [project.urls] Homepage = "https://github.com/yourusername/mcp-server-mmc" Repository = "https://github.com/yourusername/mcp-server-mmc" [tool.setuptools.packages.find] where = ["src"]

Latest Blog Posts

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/kiyoung8/Simulation_by_SimPy'

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