refacil-pay-mcp 1.0.7 → 1.0.8
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { appConfig as config } from './config.js';
|
|
|
11
11
|
const mode = process.argv.includes('--http') || process.env.MCP_MODE === 'http' ? 'http' : 'stdio';
|
|
12
12
|
const server = new McpServer({
|
|
13
13
|
name: 'refacil-pay-mcp',
|
|
14
|
-
version: '1.0.
|
|
14
|
+
version: '1.0.8'
|
|
15
15
|
});
|
|
16
16
|
// Registrar herramientas MCP
|
|
17
17
|
for (const tool of tools) {
|
|
@@ -134,7 +134,7 @@ else if (mode === 'http') {
|
|
|
134
134
|
return {
|
|
135
135
|
name: 'refacil-pay-mcp',
|
|
136
136
|
description: 'MCP para Refacil Pay API - Gestión de pagos y transacciones',
|
|
137
|
-
version: '1.0.
|
|
137
|
+
version: '1.0.8',
|
|
138
138
|
tools: tools.map(tool => ({
|
|
139
139
|
name: tool.name,
|
|
140
140
|
description: tool.description
|