Skip to content

feat!: Extract foundry-local-rest-api module to standalone repository #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2025

Conversation

laurigates
Copy link
Owner

Summary

  • Extracts the foundry-local-rest-api module to its own standalone repository
  • This is a breaking change that separates the REST API module from the main MCP server

Changes

  • Removed local REST API module code from this repository
  • Module has been moved to a separate repository for independent development and maintenance

Breaking Changes

  • Users who rely on the bundled REST API module will need to install it separately from the new repository

Related Work

  • Built on top of recent improvements including:
    • Modernized tool system with schema validation and caching
    • Enhanced WebSocket events
    • Comprehensive E2E testing framework
    • Type safety improvements

BREAKING CHANGE: The foundry-local-rest-api module has been moved to its own repository
to improve focus and enable independent versioning.

Changes:
- Remove foundry-local-rest-api/ directory and all contents
- Remove build infrastructure (process-template.cjs, build-foundry-module.yml)
- Remove related E2E tests (rest-api-module.spec.ts, issue-7-json-parsing.spec.ts, module-settings.spec.ts)
- Update package.json to remove process-template and test:issue-7 scripts
- Update CHANGELOG.md to document this architectural change

The module is now available at: https://github.com/yourusername/foundryvtt-local-rest-api
@laurigates laurigates force-pushed the feat/extract-rest-api-module branch from fefb606 to c975cfb Compare August 21, 2025 11:53
@laurigates laurigates merged commit 4aae7d9 into main Aug 21, 2025
2 checks passed
@laurigates laurigates deleted the feat/extract-rest-api-module branch August 21, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant