madhavi-opsera/AICodegen MCP Generator
Run codeglide to create MCP server for APIs. Input dir contains API source code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_directory | Input directory containing API source code (relative to workspace). Defaults to project root. | no | . |
| create_pr | Create PR with generated code. Falls back to branch/commit or artifact upload if no push permissions. | no | false |
| create_branch_and_commit | Create branch and commit with generated code. Falls back to artifact upload if no push permissions. | no | false |
| custom_headers | Custom headers to include in all API requests (JSON format, e.g., {"Authorization": "Bearer token", "X-API-Key": "key"}) | no | {} |
| check_api_changes | Enable API change detection | no | true |
| changed_files | List of changed files (newline-separated) to check for API changes | no | "" |
Outputs
no outputs