mirror of
https://github.com/run-llama/mcp-server-llamacloud.git
synced 2026-06-29 23:03:19 -04:00
Release 0.1.2 (#8)
This commit is contained in:
committed by
GitHub
parent
99f09b74d4
commit
fedce35a94
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@llamaindex/mcp-server-llamacloud": patch
|
||||
---
|
||||
|
||||
fix: send startup logs to stderr to keep stdout JSON-only
|
||||
@@ -1,5 +1,11 @@
|
||||
# @llamaindex/mcp-server-llamacloud
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 99f09b7: fix: send startup logs to stderr to keep stdout JSON-only
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@llamaindex/mcp-server-llamacloud",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@llamaindex/mcp-server-llamacloud",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.7.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@llamaindex/mcp-server-llamacloud",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "A MCP server connecting to a managed index on LlamaCloud",
|
||||
"license": "MIT",
|
||||
"author": "LlamaIndex Inc.",
|
||||
|
||||
Reference in New Issue
Block a user