fbp-mcp-server - Build and maintain FBP app MCP Server and functions
Build and maintain the single MCP Server and function registry for an FBP app, including tools/list, tools/call, OAuth subjects, and MCP function classes.
Tags
Updated: 2026-09-17Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Implement McpFunctionInterface function classes
- Register functions via mcp_function_apply CLI
- Expose standard tools/list and tools/call
- Configure OAuth subjects and providers
- Normalize input and output JSON schemas
- Verify MCP server and function executions
Inputs
- Function specification JSON file
- Function execution parameters
- OAuth scopes and tokens
- FBP application controller
Outputs
- Registered rows in mcp_functions
- McpFunctionResult execution responses
- Call logs in mcp_call_logs
- Standard MCP tool responses
Requirements
- PHP runtime environment
- FBP framework with McpFunctionInterface
- CLI access for fbp/cli.php
- Database with mcp_functions table
