Add license and more package metadata

This commit is contained in:
Justin Spahr-Summers
2024-11-11 10:30:48 +00:00
parent 171b59bec6
commit 6759c461f9
4 changed files with 25 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
{
"name": "mcp-inspector",
"name": "@modelcontextprotocol/inspector-server",
"version": "0.0.1",
"description": "Server-side application for the Model Context Protocol inspector",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
"homepage": "https://modelcontextprotocol.github.io",
"bugs": "https://github.com/modelcontextprotocol/inspector/issues",
"main": "build/index.js",
"type": "module",
"scripts": {