trilogy-group/Deploy MCP Lambda
Deploy Lambda and auto-register with MCP Gateway
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lambdaUrl | Lambda function URL | yes | — |
| environment | Environment (dev/staging/prod) | yes | dev |
| registryUrl | MCP Registry URL (defaults to environment-specific URL) | no | — |
| mcpId | Custom MCP ID (defaults to repo-name-environment) | no | — |
| healthCheckPath | Health check endpoint path | no | /health |
| healthCheckTimeout | Health check timeout in seconds | no | 60 |
| lambdaFile | Path to lambda function file for tool analysis | no | ./lambda_function.py |
| injectDecorator | Whether to automatically inject @mcp_enable decorator | no | true |
Outputs
| name | description |
|---|---|
| mcpId | The generated MCP ID |
| sseUrl | The SSE connection URL for MCP clients |
| registrationStatus | Registration status (success/failed) |