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,7 +1,11 @@
{
"name": "client",
"private": true,
"name": "@modelcontextprotocol/inspector-client",
"version": "0.0.0",
"description": "Client-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",
"type": "module",
"scripts": {
"dev": "vite",