@thallylabs/mcp 0.10.13 → 0.10.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,12 +30,13 @@ Or in a `mcp.json` / client config:
30
30
 
31
31
  ## Tools
32
32
 
33
- 15 tools, including:
33
+ 17 tools, including:
34
34
 
35
35
  - **Authoring** — `create_project`, `add_page`, `update_page`, `read_page`, `list_pages`, `add_tab`
36
36
  - **Context & search** — `get_context`, `search_docs`, `semantic_search` (against a deployed site)
37
37
  - **Quality** — `lint_project`, `agent_readiness` (the Agent Readiness Score of a deployed site)
38
38
  - **Migration** — `migrate_docs`, `import_docs`, `translate_docs`
39
+ - **API specifications** — `read_api_spec`, `update_api_spec`
39
40
  - **Product changes** — `sync_from_repo`
40
41
 
41
42
  `search_docs`, `read_page`, and `get_context` work against a local project on
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thallylabs/mcp",
3
- "version": "0.10.13",
3
+ "version": "0.10.15",
4
4
  "description": "MCP server for managing Thally knowledge surfaces and tracing product changes into documentation work.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@anthropic-ai/sdk": "^0.36.0",
40
40
  "@modelcontextprotocol/sdk": "^1.15.0",
41
- "create-thally-docs": "0.10.12",
41
+ "create-thally-docs": "0.10.14",
42
42
  "gray-matter": "^4.0.3",
43
43
  "p-limit": "^6.1.0",
44
44
  "yaml": "^2.8.2",