-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmcp.json
More file actions
59 lines (59 loc) · 1.22 KB
/
Copy pathmcp.json
File metadata and controls
59 lines (59 loc) · 1.22 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
{
"name": "yopedia",
"version": "1.0.0",
"description": "A wiki for the agent age — read and write knowledge pages via MCP",
"transport": "stdio",
"command": "npx",
"args": ["tsx", "src/mcp.ts"],
"tools": [
"search_wiki",
"read_page",
"list_pages",
"create_page",
"update_page",
"update_metadata",
"delete_page",
"merge_pages",
"ingest_url",
"batch_ingest_urls",
"ingest_text",
"ingest_x_mention",
"ingest_pdf",
"ingest_image",
"query_wiki",
"save_query_answer",
"query_history",
"agent_context",
"seed_agent",
"list_agents",
"update_agent",
"delete_agent",
"publish_to_commons",
"list_contributors",
"get_contributor",
"wiki_graph",
"lint_wiki",
"fix_lint_issue",
"list_discussions",
"read_discussion",
"create_discussion",
"resolve_discussion",
"reconcile_page",
"add_comment",
"reingest",
"ingest_history",
"dataview_query",
"list_revisions",
"read_revision",
"revert_revision",
"vault_curate",
"vault_uncurate",
"vault_create",
"vault_rename",
"vault_delete",
"list_vaults",
"vault_pages",
"maintenance_scan",
"activity_trail"
]
}