-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.server.json
More file actions
27 lines (26 loc) · 928 Bytes
/
Copy pathregistry.server.json
File metadata and controls
27 lines (26 loc) · 928 Bytes
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
{
"$schema": "https://registry.modelcontextprotocol.io/schemas/server.json",
"name": "io.github.edithatogo/substack-cli",
"description": "A TypeScript CLI for publishing local Markdown files to a user-owned Substack publication.",
"repository": "https://github.com/edithatogo/substack-cli-ts",
"version": "0.2.0",
"packages": [
{
"registryType": "npm",
"identifier": "@edithatogo/substack-cli",
"version": "0.2.0",
"mcpName": "io.github.edithatogo/substack-cli",
"runtime": "node",
"entrypoint": "dist/cli.js",
"transport": "stdio",
"environmentVariables": ["SUBSTACK_EMAIL", "SUBSTACK_PASSWORD", "SUBSTACK_PUBLICATION_URL"]
}
],
"transport": "stdio",
"environmentVariables": ["SUBSTACK_EMAIL", "SUBSTACK_PASSWORD", "SUBSTACK_PUBLICATION_URL"],
"publisher": {
"type": "github",
"owner": "edithatogo",
"repository": "substack-cli-ts"
}
}