This MCP server does not support inspection
Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP JavaScript Server
Claim
by
davlgd
npm
GitHub
Developer Tools
JavaScript
Apache 2.0
6
2
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-js-server
src
src/constants.js
src/logging.js
src/response-formats.js
src/utils.js
import
{
readFile
}
from
'
fs/promises
'
;
export
const
MAX_LOG_LINES
=
100
;
export
const
PROTOCOL_VERSION
=
'
2024-11-05
'
;
export
const
RPC_ERROR_CODES
=
{
PARSE_ERROR:
-
32700
,
METHOD_NOT_FOUND:
-
32601
}