Skip to main content

Module server

Module server 

Source
Expand description

MCP Server implementation for RAPS

Exposes APS API functionality as MCP tools for AI assistants. Tool implementations are split across sibling modules:

  • tools_oss – Auth, OSS bucket/object, and translation tools
  • tools_dm – Hub, project, folder, item, and template tools
  • tools_admin – Admin bulk ops, user listing, portfolio reports
  • tools_acc – Issues, RFIs, assets, submittals, checklists
  • tools_misc – Custom API, webhooks, design automation, reality capture
  • dispatch – Tool dispatch (routes tool name → handler)
  • definitions – Tool schema definitions (get_tools)

Structs§

RapsServer
RAPS MCP Server

Functions§

run_server
Run the MCP server using stdio transport