diff --git a/package.json b/package.json index 90c1912..ab67acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-mcp-generator", - "version": "3.1.2", + "version": "3.1.3", "description": "Generates MCP server code from OpenAPI specifications", "license": "MIT", "author": "Harsha", @@ -11,12 +11,14 @@ "bin": { "openapi-mcp-generator": "./bin/openapi-mcp-generator.js" }, + "main": "dist/index.js", "files": [ "dist", "bin", "README.md", "LICENSE" ], + "types": "./dist/index.d.ts", "scripts": { "start": "node dist/index.js", "clean": "rimraf dist",