Skip to content

Commit 0a6b436

Browse files
chore: release main
1 parent ad8b506 commit 0a6b436

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.1.0",
3-
"foundry-local-rest-api": "0.1.0"
2+
".": "0.2.0",
3+
"foundry-local-rest-api": "0.2.0"
44
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/laurigates/foundryvtt-mcp/compare/foundry-mcp-server-v0.1.0...foundry-mcp-server-v0.2.0) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* Add Foundry Local REST API module ([7f8383a](https://github.com/laurigates/foundryvtt-mcp/commit/7f8383a9b54b3c374d960aad7f97b0b5ecff7d6d))
9+
* **foundry-local-rest-api:** add local REST API module for FoundryVTT ([ad8b506](https://github.com/laurigates/foundryvtt-mcp/commit/ad8b5060ca231ffefa389cad1e6c8f68f4a4e069))

foundry-local-rest-api/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/laurigates/foundryvtt-mcp/compare/v0.1.0...v0.2.0) (2025-06-16)
4+
5+
6+
### Features
7+
8+
* **foundry-local-rest-api:** add local REST API module for FoundryVTT ([ad8b506](https://github.com/laurigates/foundryvtt-mcp/commit/ad8b5060ca231ffefa389cad1e6c8f68f4a4e069))
9+
310
## [0.1.0](https://github.com/lgates/foundryvtt-mcp/compare/foundry-local-rest-api-v0.0.0...foundry-local-rest-api-v0.1.0) (2024-12-16)
411

512

@@ -8,4 +15,4 @@
815
* **foundry-local-rest-api:** Add local REST API module for FoundryVTT
916
* **foundry-local-rest-api:** Add API key authentication system
1017
* **foundry-local-rest-api:** Add actors, items, scenes, dice, and world endpoints
11-
* **foundry-local-rest-api:** Add complete local-only FoundryVTT integration
18+
* **foundry-local-rest-api:** Add complete local-only FoundryVTT integration

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-mcp-server",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Model Context Protocol server for FoundryVTT integration",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)