File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
- Document listing and search across workspace
9
9
- Document creation with customizable visibility
10
10
- 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
12
12
- Support for both API V2 and V3 endpoints
13
13
- Added comprehensive Time Tracking functionality:
14
14
- View time entries for tasks with filtering options
18
18
- View currently running timer with elapsed time information
19
19
- Track billable and non-billable time
20
20
- Added command disabling capability:
21
- - New ` DISABLED_COMMANDS ` environment variable
21
+ - New ` DISABLED_TOOLS ` environment variable
22
22
- Disable specific commands via comma-separated list
23
23
- Support for both environment variable and command line argument
24
24
- Improved security through selective command access
46
46
### 🔗 References
47
47
48
48
- #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 )
50
50
- #39 : [ Add command disabling capability] ( https://github.com/taazkareem/clickup-mcp-server/pull/39 )
51
51
- #40 : [ Fix custom field updates] ( https://github.com/taazkareem/clickup-mcp-server/pull/40 )
52
52
- #41 : [ Add document module] ( https://github.com/taazkareem/clickup-mcp-server/pull/41 )
Original file line number Diff line number Diff line change 6
6
7
7
- Complete document lifecycle management (create, list, search, update)
8
8
- 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
10
10
- Full compatibility with ClickUp API V3 for document operations
11
11
- Seamless integration with existing workspace navigation
12
12
- Added Time Tracking Suite with comprehensive tools:
19
19
- Monitor currently running timers across workspace
20
20
- Added Command Disabling Capability:
21
21
22
- - Selective tool access via ` DISABLED_COMMANDS ` environment variable
22
+ - Selective tool access via ` DISABLED_TOOLS ` environment variable
23
23
- Comma-separated command list for granular control
24
24
- Compatible with both environment variables and command line arguments
25
25
- Clear error messages when attempting to use disabled commands
You can’t perform that action at this time.
0 commit comments