temba-mcp 0.1.0 → 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.
Files changed (3) hide show
  1. package/mcp.js +1 -1
  2. package/package.json +2 -2
  3. 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://docs.temba.io/search-index.json'
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "temba-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "MCP for Temba documentation",
5
5
  "author": "Bouwe (https://bouwe.io)",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "version.js"
18
18
  ],
19
19
  "dependencies": {
20
- "@modelcontextprotocol/sdk": "0.4.0",
20
+ "@modelcontextprotocol/sdk": "^1.29.0",
21
21
  "zod": "4.4.3"
22
22
  }
23
23
  }
package/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '0.1.0'
1
+ export const version = '0.1.2'