nexus-mcp 1.0.2 → 1.0.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 (3) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +12 -12
  3. package/package.json +5 -4
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Adam Wallis
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -115,8 +115,8 @@ For local development or customization:
115
115
  1. Clone the repository:
116
116
 
117
117
  ```bash
118
- git clone https://github.com/your-username/nexus-mcp.git
119
- cd nexus-mcp
118
+ git clone https://github.com/adawalli/nexus.git
119
+ cd nexus
120
120
  ```
121
121
 
122
122
  2. Install dependencies:
@@ -433,18 +433,18 @@ We welcome contributions from developers of all experience levels!
433
433
 
434
434
  ### 🐛 **Report Issues**
435
435
 
436
- - [Bug Reports](https://github.com/nexus-mcp/issues/new?template=bug_report.yml)
437
- - [Feature Requests](https://github.com/nexus-mcp/issues/new?template=feature_request.yml)
438
- - [Ask Questions](https://github.com/nexus-mcp/issues/new?template=question.yml)
436
+ - [Bug Reports](https://github.com/adawalli/nexus/issues/new)
437
+ - [Feature Requests](https://github.com/adawalli/nexus/issues/new)
438
+ - [Ask Questions](https://github.com/adawalli/nexus/issues/new)
439
439
 
440
440
  </td>
441
441
  <td width="33%">
442
442
 
443
443
  ### 💬 **Join Community**
444
444
 
445
- - [GitHub Discussions](https://github.com/nexus-mcp/discussions)
445
+ - [GitHub Discussions](https://github.com/adawalli/nexus/discussions)
446
446
  - [Code of Conduct](CODE_OF_CONDUCT.md)
447
- - [Roadmap & Project Board](https://github.com/nexus-mcp/projects)
447
+ - [Roadmap & Project Board](https://github.com/adawalli/nexus/projects)
448
448
 
449
449
  </td>
450
450
  </tr>
@@ -454,7 +454,7 @@ We welcome contributions from developers of all experience levels!
454
454
 
455
455
  Contributors are recognized in our:
456
456
 
457
- - [Contributors list](https://github.com/nexus-mcp/graphs/contributors)
457
+ - [Contributors list](https://github.com/adawalli/nexus/graphs/contributors)
458
458
  - Release notes for significant contributions
459
459
  - Community spotlights and testimonials
460
460
 
@@ -471,10 +471,10 @@ Contributors are recognized in our:
471
471
 
472
472
  | 💬 **Need Help?** | 🔗 **Resource** |
473
473
  | -------------------- | ---------------------------------------------------------------------------------------------------- |
474
- | **Quick Questions** | [GitHub Discussions](https://github.com/nexus-mcp/discussions) |
475
- | **Bug Reports** | [GitHub Issues](https://github.com/nexus-mcp/issues) |
474
+ | **Quick Questions** | [GitHub Discussions](https://github.com/adawalli/nexus/discussions) |
475
+ | **Bug Reports** | [GitHub Issues](https://github.com/adawalli/nexus/issues) |
476
476
  | **Documentation** | [OpenRouter Docs](https://openrouter.ai/docs) • [MCP Specification](https://modelcontextprotocol.io) |
477
- | **Feature Requests** | [Enhancement Proposals](https://github.com/nexus-mcp/issues/new?template=feature_request.yml) |
477
+ | **Feature Requests** | [Enhancement Proposals](https://github.com/adawalli/nexus/issues/new) |
478
478
 
479
479
  </div>
480
480
 
@@ -488,7 +488,7 @@ Contributors are recognized in our:
488
488
 
489
489
  **Made with ❤️ by the open source community**
490
490
 
491
- [⭐ Star us on GitHub](https://github.com/nexus-mcp) • [📦 View on NPM](https://www.npmjs.com/package/nexus-mcp) • [📚 Read the Docs](CLAUDE.md)
491
+ [⭐ Star us on GitHub](https://github.com/adawalli/nexus) • [📦 View on NPM](https://www.npmjs.com/package/nexus-mcp) • [📚 Read the Docs](CLAUDE.md)
492
492
 
493
493
  _Nexus: AI integration without the complexity_
494
494
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "nexus-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Nexus MCP server - Intelligent AI model search and discovery with OpenRouter integration",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "nexus": "dist/cli.js"
7
+ "nexus": "dist/cli.js",
8
+ "nexus-mcp": "dist/cli.js"
8
9
  },
9
10
  "type": "module",
10
11
  "engines": {
@@ -67,11 +68,11 @@
67
68
  "discovery",
68
69
  "model-context-protocol"
69
70
  ],
70
- "author": "",
71
+ "author": "Adam Wallis",
71
72
  "license": "ISC",
72
73
  "repository": {
73
74
  "type": "git",
74
- "url": "git+https://github.com/adawalli/nexus.git"
75
+ "url": "https://github.com/adawalli/nexus.git"
75
76
  },
76
77
  "homepage": "https://github.com/adawalli/nexus#readme",
77
78
  "bugs": {