@avallon-labs/mcp 6.4.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -3869,7 +3869,9 @@ var UpdateToolResponse = zod.object({
|
|
|
3869
3869
|
})
|
|
3870
3870
|
});
|
|
3871
3871
|
var UploadFileBody = zod.object({
|
|
3872
|
-
source_url: zod.string().
|
|
3872
|
+
source_url: zod.string().describe(
|
|
3873
|
+
"URL of the file to upload. Accepts either a public HTTPS URL or an `avallon://artifact-upload/` URL returned by the Request a pre-signed URL for direct large file upload (POST /v1/artifacts/get-upload-url) endpoint."
|
|
3874
|
+
),
|
|
3873
3875
|
document_name: zod.string().min(1),
|
|
3874
3876
|
processing_options: zod.object({
|
|
3875
3877
|
file_password: zod.string().optional(),
|
|
@@ -4734,4 +4736,4 @@ var transport = new StdioServerTransport();
|
|
|
4734
4736
|
server.connect(transport).then(() => {
|
|
4735
4737
|
console.error("MCP server running on stdio");
|
|
4736
4738
|
}).catch(console.error);
|
|
4737
|
-
//# sourceMappingURL=server-
|
|
4739
|
+
//# sourceMappingURL=server-BZR6VQUU.js.map
|