Skip to content

Commit 5c03be2

Browse files
committed
chore: update environment variable names for document support and command disabling in changelog and release notes
1 parent ac05ce9 commit 5c03be2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Document listing and search across workspace
99
- Document creation with customizable visibility
1010
- Document page management (create, list, get, update)
11-
- Optional module activation via `DOCUMENT=true` environment variable
11+
- Optional module activation via `DOCUMENT_SUPPORT=true` environment variable
1212
- Support for both API V2 and V3 endpoints
1313
- Added comprehensive Time Tracking functionality:
1414
- View time entries for tasks with filtering options
@@ -18,7 +18,7 @@
1818
- View currently running timer with elapsed time information
1919
- Track billable and non-billable time
2020
- Added command disabling capability:
21-
- New `DISABLED_COMMANDS` environment variable
21+
- New `DISABLED_TOOLS` environment variable
2222
- Disable specific commands via comma-separated list
2323
- Support for both environment variable and command line argument
2424
- Improved security through selective command access
@@ -46,7 +46,7 @@
4646
### 🔗 References
4747

4848
- #36: [Fix types for windsurf compatibility](https://github.com/taazkareem/clickup-mcp-server/pull/36)
49-
- #38: [Add time tracking functionality](https://github.com/taazkareem/clickup-mcp-server/pull/38)
49+
- #38: [Add time tracking functionality](https://github.com/taazkareem/clickup-mcp-server/pull/38)
5050
- #39: [Add command disabling capability](https://github.com/taazkareem/clickup-mcp-server/pull/39)
5151
- #40: [Fix custom field updates](https://github.com/taazkareem/clickup-mcp-server/pull/40)
5252
- #41: [Add document module](https://github.com/taazkareem/clickup-mcp-server/pull/41)

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Complete document lifecycle management (create, list, search, update)
88
- Page-level operations for creating and modifying document content
9-
- Optional activation via `DOCUMENT=true` environment variable
9+
- Optional activation via `DOCUMENT_SUPPORT=true` environment variable
1010
- Full compatibility with ClickUp API V3 for document operations
1111
- Seamless integration with existing workspace navigation
1212
- Added Time Tracking Suite with comprehensive tools:
@@ -19,7 +19,7 @@
1919
- Monitor currently running timers across workspace
2020
- Added Command Disabling Capability:
2121

22-
- Selective tool access via `DISABLED_COMMANDS` environment variable
22+
- Selective tool access via `DISABLED_TOOLS` environment variable
2323
- Comma-separated command list for granular control
2424
- Compatible with both environment variables and command line arguments
2525
- Clear error messages when attempting to use disabled commands

0 commit comments

Comments
 (0)