llmconveyors-mcp 0.2.0 → 0.2.1

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/dist/index.js +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -1039,7 +1039,7 @@ if (!apiKey) {
1039
1039
  var client = new LLMConveyors({ apiKey });
1040
1040
  var server = new McpServer({
1041
1041
  name: "llmconveyors",
1042
- version: "0.2.0"
1042
+ version: "0.2.1"
1043
1043
  });
1044
1044
  registerAgentTools(server, client);
1045
1045
  registerAtsTools(server, client);
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "llmconveyors-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
+ "mcpName": "io.github.ebenezer-isaac/llmconveyors",
4
5
  "description": "MCP server that connects AI agents to LLM Conveyors — run Job Hunter, B2B Sales, and other AI agents from Claude, Cursor, or any MCP client",
5
6
  "type": "module",
6
7
  "bin": {