Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eversmile12/sharedcontext
/ McpServerEntry
Interface
McpServerEntry
src/cli/setup.ts:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
interface
McpServerEntry {
18
command: string;
19
args: string[];
20
}
21
22
type
SetupTarget =
"cursor"
|
"claude"
|
"claude-cli"
|
"codex"
;
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected