@farming-labs/theme 0.2.74 → 0.2.75
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 +1 -0
- package/package.json +2 -2
package/dist/docs-api.mjs
CHANGED
|
@@ -742,6 +742,7 @@ function readMcpConfig(root, options = {}) {
|
|
|
742
742
|
tools: {
|
|
743
743
|
listDocs: readBooleanFromBlock(block, "listDocs"),
|
|
744
744
|
listPages: readBooleanFromBlock(block, "listPages"),
|
|
745
|
+
listPageSections: readBooleanFromBlock(block, "listPageSections"),
|
|
745
746
|
listTasks: readBooleanFromBlock(block, "listTasks"),
|
|
746
747
|
readTask: readBooleanFromBlock(block, "readTask"),
|
|
747
748
|
readPage: readBooleanFromBlock(block, "readPage"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farming-labs/theme",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.75",
|
|
4
4
|
"description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"tsdown": "^0.20.3",
|
|
149
149
|
"typescript": "^5.9.3",
|
|
150
150
|
"vitest": "^4.1.8",
|
|
151
|
-
"@farming-labs/docs": "0.2.
|
|
151
|
+
"@farming-labs/docs": "0.2.75"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
154
|
"@farming-labs/docs": ">=0.0.1",
|