Skip to main content
Glama
__init__.py945 B
""" MCP Server Schema Package """ from .mcp_command import MCPCommand, ModelParams, DesignContext from .fusion_action import ( FusionAction, ActionSequence, CreateBoxParams, CreateCylinderParams, CreateSphereParams, CreateHoleParams, CreateSketchParams, ExtrudeParams, FilletParams, ModifyParameterParams, ApplyMaterialParams ) from .llm_response import ( LLMResponse, MCPResponse, LLMResponseMetadata, LLMError, ClarifyingQuestion ) __all__ = [ "MCPCommand", "ModelParams", "DesignContext", "FusionAction", "ActionSequence", "CreateBoxParams", "CreateCylinderParams", "CreateSphereParams", "CreateHoleParams", "CreateSketchParams", "ExtrudeParams", "FilletParams", "ModifyParameterParams", "ApplyMaterialParams", "LLMResponse", "MCPResponse", "LLMResponseMetadata", "LLMError", "ClarifyingQuestion", ]

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/jaskirat1616/fusion360-mcp'

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