@thallylabs/mcp 0.9.0 → 0.10.0

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.
@@ -3,14 +3,11 @@ import { z } from "zod";
3
3
 
4
4
  // src/lib/scaffold.ts
5
5
  import {
6
- EXCLUDE_PATHS,
7
6
  STABLE_SCAFFOLD_RELEASE,
8
- TEMPLATE_REPOSITORY,
9
- scaffold as scaffoldProject,
10
- shouldInclude
7
+ STARTER_REPOSITORY,
8
+ scaffold as scaffoldProject
11
9
  } from "create-thally-docs/scaffold";
12
- import { buildStarterDocsJson } from "create-thally-docs/starter";
13
- var MCP_TEMPLATE_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
10
+ var MCP_STARTER_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
14
11
  var MCP_SCAFFOLD_RELEASE_ID = STABLE_SCAFFOLD_RELEASE.id;
15
12
  async function scaffold(options) {
16
13
  return scaffoldProject(options);
@@ -25,7 +22,7 @@ var createProjectSchema = z.object({
25
22
  repoUrl: z.string().optional().describe("GitHub repository URL (optional)"),
26
23
  install: z.boolean().optional().default(true).describe("Whether to run npm install after scaffolding"),
27
24
  enableAiChat: z.boolean().optional().default(true).describe("Enable AI chat in docs.json (default true)"),
28
- i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional locales beyond the included English and Spanish defaults (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
25
+ i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional documentation locales to include alongside English (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
29
26
  });
30
27
  async function handleCreateProject(input) {
31
28
  const { projectDir, brandPreset = "primary", install = true } = input;
package/dist/index.js CHANGED
@@ -12,14 +12,11 @@ import { z } from "zod";
12
12
 
13
13
  // src/lib/scaffold.ts
14
14
  import {
15
- EXCLUDE_PATHS,
16
15
  STABLE_SCAFFOLD_RELEASE,
17
- TEMPLATE_REPOSITORY,
18
- scaffold as scaffoldProject,
19
- shouldInclude
16
+ STARTER_REPOSITORY,
17
+ scaffold as scaffoldProject
20
18
  } from "create-thally-docs/scaffold";
21
- import { buildStarterDocsJson } from "create-thally-docs/starter";
22
- var MCP_TEMPLATE_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
19
+ var MCP_STARTER_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
23
20
  var MCP_SCAFFOLD_RELEASE_ID = STABLE_SCAFFOLD_RELEASE.id;
24
21
  async function scaffold(options) {
25
22
  return scaffoldProject(options);
@@ -34,7 +31,7 @@ var createProjectSchema = z.object({
34
31
  repoUrl: z.string().optional().describe("GitHub repository URL (optional)"),
35
32
  install: z.boolean().optional().default(true).describe("Whether to run npm install after scaffolding"),
36
33
  enableAiChat: z.boolean().optional().default(true).describe("Enable AI chat in docs.json (default true)"),
37
- i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional locales beyond the included English and Spanish defaults (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
34
+ i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional documentation locales to include alongside English (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
38
35
  });
39
36
  async function handleCreateProject(input) {
40
37
  const { projectDir, brandPreset = "primary", install = true } = input;
package/dist/tools.js CHANGED
@@ -3,14 +3,11 @@ import { z } from "zod";
3
3
 
4
4
  // src/lib/scaffold.ts
5
5
  import {
6
- EXCLUDE_PATHS,
7
6
  STABLE_SCAFFOLD_RELEASE,
8
- TEMPLATE_REPOSITORY,
9
- scaffold as scaffoldProject,
10
- shouldInclude
7
+ STARTER_REPOSITORY,
8
+ scaffold as scaffoldProject
11
9
  } from "create-thally-docs/scaffold";
12
- import { buildStarterDocsJson } from "create-thally-docs/starter";
13
- var MCP_TEMPLATE_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
10
+ var MCP_STARTER_COMMIT_SHA = STABLE_SCAFFOLD_RELEASE.source.commitSha;
14
11
  var MCP_SCAFFOLD_RELEASE_ID = STABLE_SCAFFOLD_RELEASE.id;
15
12
  async function scaffold(options) {
16
13
  return scaffoldProject(options);
@@ -25,7 +22,7 @@ var createProjectSchema = z.object({
25
22
  repoUrl: z.string().optional().describe("GitHub repository URL (optional)"),
26
23
  install: z.boolean().optional().default(true).describe("Whether to run npm install after scaffolding"),
27
24
  enableAiChat: z.boolean().optional().default(true).describe("Enable AI chat in docs.json (default true)"),
28
- i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional locales beyond the included English and Spanish defaults (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
25
+ i18nLocales: z.array(z.object({ code: z.string(), label: z.string() })).optional().describe('Additional documentation locales to include alongside English (e.g. [{code:"fr",label:"Fran\xE7ais"}])')
29
26
  });
30
27
  async function handleCreateProject(input) {
31
28
  const { projectDir, brandPreset = "primary", install = true } = input;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thallylabs/mcp",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
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.9.0",
41
+ "create-thally-docs": "0.10.0",
42
42
  "gray-matter": "^4.0.3",
43
43
  "p-limit": "^6.1.0",
44
44
  "zod": "^3.0.0"