@apogea/apports-mcp 1.0.0 → 1.0.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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @apports/mcp-cli
1
+ # @apogea/apports-mcp
2
2
 
3
3
  Puente de línea de comandos para conectar clientes MCP locales (Claude Desktop) con el servidor backend de Apports.
4
4
 
@@ -9,9 +9,9 @@ Puente de línea de comandos para conectar clientes MCP locales (Claude Desktop)
9
9
  "mcpServers": {
10
10
  "apports": {
11
11
  "command": "npx",
12
- "args": ["-y", "@apports/mcp-cli"],
12
+ "args": ["-y", "@apogea/apports-mcp"],
13
13
  "env": {
14
- "APPORTS_URL": "[https://appports.ports.gencat.cat/mcp](https://appports.ports.gencat.cat/mcp)",
14
+ "APPORTS_URL": "https://ports-prod-api-hvheh0exhybcfccc.northeurope-01.azurewebsites.net/mcp",
15
15
  "APPORTS_TOKEN": "tu_token_pat_aqui"
16
16
  }
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apogea/apports-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Puente CLI de STDIO a HTTP Streamable para el servidor MCP de Apports",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {