Textwell MCP Server
by worldnine
# Changelog
## [1.14.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.13.0...v1.14.0) (2025-02-07)
### Features
* add Google Chat integration with service and tool implementation ([4c260e5](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/4c260e565c9a5db89b8205dfc51f894205c892f0))
* **confluence:** add page creation and update tools ([3bb956c](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/3bb956c26b242068c441a73b6a09c3880c04e9ca))
* **jira:** add status management tools ([aaaf147](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/aaaf14753a5508844f4e89fd01e68a48dff0f7b0))
## [1.13.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.12.0...v1.13.0) (2025-02-03)
### Features
* Add tool usage planning functionality with Deepseek ([d41b20c](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/d41b20cd12fc033771181151e061eeb0ba07331c))
## [1.12.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.11.0...v1.12.0) (2025-02-03)
### Features
* add Deepseek tool and remove Gemini critical thinking tool ([9431744](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/94317447343a87bfd94e1cfcbb9bbcb02c646948))
## [1.11.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.10.0...v1.11.0) (2025-01-03)
### Features
* add dotenv support and enhance tool registration ([c79e523](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/c79e523b4b80d402e0f8be2ee40f302e868b8719))
### Bug Fixes
* update environment variable flag and enhance README instructions ([2842e08](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/2842e0862074033e0adf3c07addaf28f55ba67e9))
## [1.10.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.9.0...v1.10.0) (2024-12-26)
### Features
* enhance fetch and Jira tools with improved descriptions and functionality ([c0301cd](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/c0301cd7a774385eb8407a4605f022ad0657c9a2))
* implement local HTTP server for OAuth2 token retrieval in Google token script ([7887f18](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/7887f18c8cb450189e21124f8ba7f0e49d6fc50b))
## [1.9.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.8.0...v1.9.0) (2024-12-17)
### Features
* support youtube ([18db685](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/18db68551d6a9192959527062d5f2e6861fafe34))
## [1.8.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.7.0...v1.8.0) (2024-12-16)
### Features
* add Google Calendar integration; implement tools for creating, listing, updating events, and responding to invitations; refactor Gmail tools to utilize shared Google API services; update dependencies in go.mod and go.sum; add Google token JSON file for authentication ([0ded1bb](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/0ded1bb710c7ea0266f50f47b127998ae7dcfa9c))
## [1.7.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.6.0...v1.7.0) (2024-12-16)
### Features
* integrate Gmail tools for email management; add functionalities for searching, moving to spam, creating filters, and listing labels; implement Google API token handling and update README for usage instructions ([b119be3](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/b119be319b42954ab81e0010cd1ea8460ff255f7))
## [1.6.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.5.0...v1.6.0) (2024-12-16)
### Features
* add GitLab tool for creating merge requests; implement createMergeRequestHandler to handle request creation with optional description and detailed success response ([bb32fe1](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/bb32fe134aa24d03fdf7241dad041ec29cd6174b))
## [1.5.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.4.1...v1.5.0) (2024-12-16)
### Features
* enhance Jira toolset with new functionalities including issue creation, updating, searching, and sprint listing; update README with community support section and detailed tool descriptions ([a059da8](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/a059da8ee379f5560fa38e0adbcd693f5533ff9e))
## [1.4.1](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.4.0...v1.4.1) (2024-12-15)
### Bug Fixes
* improve formatting of context and chunk text in RAG tool output for better readability ([d3b030e](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/d3b030e521abb3dd645d3e762f313f02cc440e10))
## [1.4.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.3.0...v1.4.0) (2024-12-15)
### Features
* implement dynamic tool registration based on environment variables; add RAG tools for memory management and script execution capabilities; update README with new environment variable configurations ([851aa93](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/851aa93c27177a5d94babae419f4c1488556d83e))
* update dependencies and add new tools for Qdrant and OpenAI integration; enhance justfile with install command and improve error handling in vector operations ([debb199](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/debb199932aee7b5d49886c1edfdc4f69dfcb832))
* update README with new memory management features and environment variable configurations; add detailed arguments for memory indexing and collection management ([130a802](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/130a8029014294a66c1033dc16e19bab6df44e4b))
## [1.3.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.2.0...v1.3.0) (2024-12-13)
### Features
* add script execution tool and update related documentation; refactor environment variable handling for Atlassian clients ([fcbdaec](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/fcbdaecee8f1c8c2a783f31bb90c40899f44981f))
* enhance GitLab toolset with new project listing and user event features; update README for clarity and add environment variable configuration ([039f613](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/039f613fb5430c2daf9d53d27cef38b910b1d71a))
## [1.2.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.1.0...v1.2.0) (2024-12-13)
### Features
* add documentation update script and modify justfile; enhance README structure by removing outdated features section ([a79bbb7](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/a79bbb77c40877dd34c8b5e4115968fa7922b6a7))
* support gemini ([9027386](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/9027386c321074db8bd79eebf4bf159e0fff3fab))
## [1.1.0](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/compare/v1.0.0...v1.1.0) (2024-12-12)
### Features
* YouTube transcript handling by removing unnecessary types and methods for improved clarity and maintainability. ([d095015](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol/commit/d0950159804e31c7a788fae88cf7274c4d649e67))