Skip to content

Commit 9c3e6a4

Browse files
committed
chore: Added Apache 2.0 LICENSE
1 parent 4d5494e commit 9c3e6a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ Then it shows the fully assembled JSON spec, you confirm, and it submits via `cr
263263

264264
## License
265265

266-
AGPL-3.0
266+
Apache-2.0. See [LICENSE](LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@parseable/parseable-mcp-server",
33
"version": "0.1.0",
44
"description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable datasets.",
5-
"license": "AGPL-3.0",
5+
"license": "Apache-2.0",
66
"type": "module",
77
"bin": {
88
"parseable-mcp-server": "dist/server.js"

0 commit comments

Comments
 (0)