Skip to content

Commit 4b9110d

Browse files
chore: release main (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1120879 commit 4b9110d

File tree

5 files changed

+33
-5
lines changed

5 files changed

+33
-5
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.2.0",
3-
"foundry-local-rest-api": "0.2.0"
2+
".": "0.3.0",
3+
"foundry-local-rest-api": "0.3.0"
44
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/laurigates/foundryvtt-mcp/compare/foundry-mcp-server-v0.2.0...foundry-mcp-server-v0.3.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))
10+
11+
12+
### Miscellaneous
13+
14+
* release main ([cbac663](https://github.com/laurigates/foundryvtt-mcp/commit/cbac663ae79aeeb9bd98ada23823ea04cf41ebb6))
15+
* release main ([0a6b436](https://github.com/laurigates/foundryvtt-mcp/commit/0a6b436ddd4af83c4dd0c3cb2802f1bb4d8a0047))
16+
317
## [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)
418

519

foundry-local-rest-api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/laurigates/foundryvtt-mcp/compare/v0.2.0...v0.3.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))
10+
11+
12+
### Miscellaneous
13+
14+
* release main ([cbac663](https://github.com/laurigates/foundryvtt-mcp/commit/cbac663ae79aeeb9bd98ada23823ea04cf41ebb6))
15+
* release main ([0a6b436](https://github.com/laurigates/foundryvtt-mcp/commit/0a6b436ddd4af83c4dd0c3cb2802f1bb4d8a0047))
16+
317
## [0.2.0](https://github.com/laurigates/foundryvtt-mcp/compare/v0.1.0...v0.2.0) (2025-06-16)
418

519

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.2.0",
3+
"version": "0.3.0",
44
"description": "Model Context Protocol server for FoundryVTT integration",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)