@maideo/mcp 0.1.1 → 0.1.3

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 (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.js +2 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maideo/mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Official MCP server for the Maideo Agent API — book home cleaning services in France end-to-end",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/maideo/maideo-mcp"
40
+ "url": "https://github.com/frederic117/maideo-mcp"
41
41
  },
42
42
  "homepage": "https://www.maideo.fr/agents.txt"
43
43
  }
package/src/index.js CHANGED
@@ -19,13 +19,8 @@ import {
19
19
  ListToolsRequestSchema,
20
20
  } from "@modelcontextprotocol/sdk/types.js";
21
21
 
22
- // Default points to the current DigitalOcean public hostname. A vanity domain
23
- // (https://api.maideo.fr/public/agent) is being provisioned — once live it will
24
- // be swapped in via a minor version bump. Users who want the vanity URL early
25
- // can override MAIDEO_API_BASE.
26
22
  const API_BASE =
27
- process.env.MAIDEO_API_BASE ||
28
- "https://oyster-app-2r9bc.ondigitalocean.app/public/agent";
23
+ process.env.MAIDEO_API_BASE || "https://api.maideo.fr/public/agent";
29
24
  const AGENT_NAME =
30
25
  process.env.MAIDEO_AGENT_NAME || "maideo-mcp-client";
31
26
 
@@ -63,7 +58,7 @@ async function apiRequest(path, { method = "GET", body, bookingToken } = {}) {
63
58
  const server = new Server(
64
59
  {
65
60
  name: "@maideo/mcp",
66
- version: "0.1.0",
61
+ version: "0.1.3",
67
62
  },
68
63
  {
69
64
  capabilities: {