@latellu/atlas-mcp 1.0.1 → 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 +0 -14
  2. package/package.json +1 -9
package/README.md CHANGED
@@ -210,20 +210,6 @@ The MCP server connects to Atlas via REST API:
210
210
  └───────────────────┘
211
211
  ```
212
212
 
213
- ## Contributing
214
-
215
- Contributions are welcome! Please feel free to submit a Pull Request.
216
-
217
- 1. Fork the repository
218
- 2. Create your feature branch (`git checkout -b feature/amazing-feature`)
219
- 3. Commit your changes (`git commit -m 'feat: add amazing feature'`)
220
- 4. Push to the branch (`git push origin feature/amazing-feature`)
221
- 5. Open a Pull Request
222
-
223
- ## Issues
224
-
225
- If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/tenriajeng/atlas-mcp/issues).
226
-
227
213
  ## License
228
214
 
229
215
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latellu/atlas-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,14 +33,6 @@
33
33
  ],
34
34
  "author": "Latellu",
35
35
  "license": "MIT",
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/tenriajeng/atlas-mcp.git"
39
- },
40
- "bugs": {
41
- "url": "https://github.com/tenriajeng/atlas-mcp/issues"
42
- },
43
- "homepage": "https://github.com/tenriajeng/atlas-mcp#readme",
44
36
  "dependencies": {
45
37
  "@modelcontextprotocol/sdk": "^1.6.1",
46
38
  "zod": "^3.22.0"