@farming-labs/theme 0.2.89 → 0.2.91

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.
package/dist/docs-api.mjs CHANGED
@@ -760,6 +760,7 @@ function readMcpConfig(root, options = {}) {
760
760
  route: readStringFromBlock(block, "route"),
761
761
  name: readStringFromBlock(block, "name"),
762
762
  version: readStringFromBlock(block, "version"),
763
+ prompts: readBooleanFromBlock(block, "prompts"),
763
764
  tools: {
764
765
  listDocs: readBooleanFromBlock(block, "listDocs"),
765
766
  listPages: readBooleanFromBlock(block, "listPages"),
@@ -3448,6 +3449,7 @@ function createDocsMCPAPI(options = {}) {
3448
3449
  },
3449
3450
  mcp: mcpConfig,
3450
3451
  contentChanges: options.agent?.contentChanges,
3452
+ evaluations: options.agent?.evaluations,
3451
3453
  contentChangeFeed,
3452
3454
  search: options.search,
3453
3455
  analytics: options.analytics,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/theme",
3
- "version": "0.2.89",
3
+ "version": "0.2.91",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -154,7 +154,7 @@
154
154
  "tsdown": "^0.20.3",
155
155
  "typescript": "^5.9.3",
156
156
  "vitest": "^4.1.8",
157
- "@farming-labs/docs": "0.2.89"
157
+ "@farming-labs/docs": "0.2.91"
158
158
  },
159
159
  "peerDependencies": {
160
160
  "@farming-labs/docs": ">=0.0.1",