temba-mcp 0.1.1 → 0.1.2
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/mcp.js +1 -1
- package/package.json +1 -1
- package/version.js +1 -1
package/mcp.js
CHANGED
|
@@ -12,7 +12,7 @@ export const startMcpServer = async () => {
|
|
|
12
12
|
|
|
13
13
|
// Fetch the index once on startup
|
|
14
14
|
let index = []
|
|
15
|
-
const searchIndexUrl = 'https://
|
|
15
|
+
const searchIndexUrl = 'https://temba.bouwe.io/search-index.json'
|
|
16
16
|
try {
|
|
17
17
|
const response = await fetch(searchIndexUrl)
|
|
18
18
|
index = await response.json()
|
package/package.json
CHANGED
package/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.1.
|
|
1
|
+
export const version = '0.1.2'
|