-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
85 lines (85 loc) · 2.36 KB
/
Copy pathserver.json
File metadata and controls
85 lines (85 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.githits/githits",
"title": "GitHits",
"description": "Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.",
"websiteUrl": "https://githits.com",
"icons": [
{
"src": "https://githits.com/assets/brand/logos/GH-Favicon-Gradient_512x512.png",
"mimeType": "image/png",
"sizes": ["512x512"]
}
],
"repository": {
"url": "https://github.com/githits-com/githits-cli",
"source": "github",
"id": "1165453165"
},
"version": "0.6.2",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.githits.com"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "githits",
"version": "0.6.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"type": "positional",
"value": "mcp"
},
{
"type": "positional",
"value": "start"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"keywords": [
"githits",
"public open-source",
"open-source code",
"package documentation",
"package metadata",
"vulnerabilities",
"changelogs",
"dependency graphs",
"upgrade evidence",
"implementation examples"
],
"categories": [
"code-examples",
"code-navigation",
"code-search",
"documentation-search",
"package-inspection"
],
"workflows": [
"planning",
"research",
"implementation",
"debugging",
"dependency review",
"maintenance"
],
"useCases": [
"Find prior art and implementation patterns from public open-source repositories, issues, discussions, and pull requests",
"Search indexed packages and repositories, grep source, list files, and read exact lines without cloning",
"Search hosted and repo-backed package documentation, then read targeted pages and line ranges",
"Inspect package metadata, vulnerabilities, dependency graphs, changelogs, upgrade evidence, and package documentation"
]
}
}
}