|
1 | 1 | { |
2 | 2 | "sources": { |
3 | | - "github": { |
4 | | - "kind": "openapi", |
5 | | - "name": "GitHub", |
6 | | - "connection": { |
7 | | - "endpoint": "https://api.github.com" |
8 | | - }, |
9 | | - "binding": { |
10 | | - "specUrl": "https://example.com/github-openapi.yaml", |
11 | | - "defaultHeaders": null |
12 | | - } |
| 3 | + "github-v3-rest-api": { |
| 4 | + "name": "GitHub v3 REST API", |
| 5 | + "kind": "openapi" |
13 | 6 | }, |
14 | | - "google-gmail": { |
15 | | - "name": "Gmail", |
16 | | - "namespace": "google.gmail", |
17 | | - "connection": { |
18 | | - "endpoint": "https://www.googleapis.com/discovery/v1/apis/gmail/v1/rest" |
19 | | - }, |
20 | | - "kind": "google_discovery", |
21 | | - "binding": { |
22 | | - "service": "gmail", |
23 | | - "version": "v1", |
24 | | - "discoveryUrl": "https://www.googleapis.com/discovery/v1/apis/gmail/v1/rest", |
25 | | - "defaultHeaders": null, |
26 | | - "scopes": [ |
27 | | - "scope:gmail.readonly" |
28 | | - ] |
29 | | - } |
30 | | - }, |
31 | | - "google-calendar": { |
32 | | - "name": "Google Calendar", |
33 | | - "namespace": "google.calendar", |
34 | | - "connection": { |
35 | | - "endpoint": "https://calendar-json.googleapis.com/$discovery/rest?version=v3" |
36 | | - }, |
37 | | - "kind": "google_discovery", |
38 | | - "binding": { |
39 | | - "service": "calendar", |
40 | | - "version": "v3", |
41 | | - "discoveryUrl": "https://calendar-json.googleapis.com/$discovery/rest?version=v3", |
42 | | - "defaultHeaders": null, |
43 | | - "scopes": [ |
44 | | - "scope:calendar.readonly" |
45 | | - ] |
46 | | - } |
47 | | - }, |
48 | | - "google-drive": { |
49 | | - "name": "Drive", |
50 | | - "namespace": "google.drive", |
51 | | - "connection": { |
52 | | - "endpoint": "https://www.googleapis.com/discovery/v1/apis/drive/v3/rest" |
53 | | - }, |
54 | | - "kind": "google_discovery", |
55 | | - "binding": { |
56 | | - "service": "drive", |
57 | | - "version": "v3", |
58 | | - "discoveryUrl": "https://www.googleapis.com/discovery/v1/apis/drive/v3/rest", |
59 | | - "defaultHeaders": null, |
60 | | - "scopes": [] |
61 | | - } |
| 7 | + "axiom-mcp": { |
| 8 | + "kind": "mcp", |
| 9 | + "name": "Axiom MCP", |
| 10 | + "namespace": "axiom.mcp" |
62 | 11 | } |
63 | 12 | } |
64 | 13 | } |
0 commit comments