Skip to content

Commit addad54

Browse files
Merge pull request modelcontextprotocol#43 from modelcontextprotocol/justin/oss-prep
Add license information and package metadata
2 parents 607cf1f + d4248e3 commit addad54

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2024 Anthropic, PBC.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Model Context Protocol spec
1+
# Model Context Protocol specification
22

33
This repo contains the specification and protocol schema for the Model Context Protocol.
44

@@ -34,3 +34,11 @@ $ npm run serve:docs # serve the documentation
3434
```
3535

3636
Note that this requires Hugo and Go to be installed.
37+
38+
## Contributing
39+
40+
Issues and pull requests are welcome on GitHub at https://github.com/modelcontextprotocol/specification.
41+
42+
## License
43+
44+
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"name": "mcp-spec",
2+
"name": "@modelcontextprotocol/specification",
33
"version": "0.1.0",
4-
"private": true,
4+
"description": "Model Context Protocol specification and protocol schema",
5+
"license": "MIT",
6+
"author": "Anthropic, PBC (https://anthropic.com)",
7+
"homepage": "https://modelcontextprotocol.github.io",
8+
"bugs": "https://github.com/modelcontextprotocol/specification/issues",
59
"engines": {
610
"node": ">=20"
711
},

0 commit comments

Comments
 (0)