Skip to main content
Glama
__init__.pyβ€’763 B
"""Benchmarks package for MCPy. This package contains performance benchmarking tools for the MCPy server, measuring critical aspects like: - World generation speed - Entity update performance - Chunk loading/unloading - Network serialization - Memory usage To run all benchmarks: python -m benchmarks.benchmark To run a specific benchmark: python -m benchmarks.benchmark --test world_gen """ import sys from pathlib import Path # Add the parent directory to Python path to ensure MCPy modules can be imported sys.path.insert(0, str(Path(__file__).parent.parent)) # Available benchmarks available_benchmarks = [ 'world_gen', 'entity_update', 'chunk_operations', 'network', 'memory_usage', 'block_operations', 'physics', ]

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/magi8101/Mcpy'

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