CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
.mcp.json
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 4cd9a67 | 1 | { |
| 2 | "mcpServers": { | |
| 3 | "gluecron": { | |
| 4 | "type": "http", | |
| 5 | "url": "https://gluecron.com/mcp", | |
| 6 | "headers": { | |
| 7 | "Authorization": "Bearer ${GLUECRON_PAT}" | |
| 8 | } | |
| 9 | } | |
| 10 | } | |
| 11 | } |