UNPKG
@railway/mcp-server
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Official Railway MCP server
github.com/railwayapp/railway-mcp-server
railwayapp/railway-mcp-server
@railway/mcp-server
/
dist
/
utils.d.ts
11 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
//#region src/utils.d.ts
declare
const
getVersion
:
() =>
string
;
declare
const
createToolResponse
:
(
text
:
string
) =>
{
content
: {
type
:
"text"
;
text
:
string
; }[]; };
//#endregion
export
{ createToolResponse, getVersion };
//# sourceMappingURL=utils.d.ts.map