Skip to content

Commit 830655c

Browse files
author
vcart
committed
chore: bump mcp package version
1 parent b8ce369 commit 830655c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Context Labs, Inc.
3+
Copyright (c) 2025 mcpdotdirect
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
44
![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-3178C6)
5-
![MCP](https://img.shields.io/badge/MCP-1.6+-green)
5+
![MCP](https://img.shields.io/badge/MCP-1.7+-green)
66

77
A CLI tool to create a new Model Context Protocol (MCP) server project. This package provides a template for building custom MCP servers that can be used by AI agents to interact with external systems and data sources.
88

@@ -114,4 +114,4 @@ For more information about the Model Context Protocol, visit the [MCP Documentat
114114

115115
## 📄 License
116116

117-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
117+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"@types/bun": "latest",
1818
"@types/cors": "^2.8.17",
1919
"@types/express": "^5.0.0",
20-
"@types/node": "^20.11.0"
20+
"@types/node": "^20.17.24"
2121
},
2222
"peerDependencies": {
2323
"typescript": "^5.8.2"
2424
},
2525
"dependencies": {
26-
"@modelcontextprotocol/sdk": "^1.6.1",
26+
"@modelcontextprotocol/sdk": "^1.7.0",
2727
"cors": "^2.8.5",
2828
"express": "^4.21.2",
2929
"zod": "^3.24.2"

0 commit comments

Comments
 (0)