Stone.js API
Docs
Home
Preparing search index...
stone-js-mcp-dev/src/mcpJson
McpJsonIo
Interface McpJsonIo
Injectable filesystem surface, so
.mcp.json
handling stays testable.
interface
McpJsonIo
{
exists
:
(
path
:
string
)
=>
boolean
;
read
:
(
path
:
string
)
=>
string
;
write
:
(
path
:
string
,
content
:
string
)
=>
void
;
}
Index
Properties
exists
read
write
Properties
exists
exists
:
(
path
:
string
)
=>
boolean
read
read
:
(
path
:
string
)
=>
string
write
write
:
(
path
:
string
,
content
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
exists
read
write
Docs
Home
Stone.js API
Loading...
Injectable filesystem surface, so
.mcp.jsonhandling stays testable.