4 skills found
xplusplusai / fo-semantic-mcpAI-powered semantic search for Microsoft Dynamics 365 F&O development. Find and understand X++ code through natural language queries via Model Context Protocol (MCP).
ramidecodes / MCPA Model Context Protocol server wrapping the official Notion SDK
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ
TUAN130294 / n8nn8n Workflow Rules (Detailed) Naming & Organization - Workflows named by intent: `Daily Sales Sync`, `Customer Count Ingest`. - Nodes named by action + target: `Fetch Sheets Orders`, `Upsert Ord