UNPKG
gaia-vault-mcp
Version:
latest (1.0.1)
1.0.1
1.0.0
Azure Blob Storage MCP server for AI assistants
gaia-vault-mcp
/
dist
/
tools
/
upload-blob.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
:
(
containerName
:
string
,
blobName
:
string
,
options
: { filePath?:
string
; textContent?:
string
; }
) =>
Promise
<
string
>;
export
default
_default;