PHP Classes

File: mcp-server/package.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   mcp-server/package.json   Download  
File: mcp-server/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 416 bytes
 

Contents

Class file image Download
{ "name": "mcp-server", "version": "1.0.0", "description": "MCP server for read-only access to the BinktermPHP echomail database", "type": "module", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "express": "^4.18.0", "path-to-regexp": "^8.4.0", "pg": "^8.11.0" } }