Updates

Dashboard
v0.9.8 August 24, 2026 Feature

What's New

  • PeopleForce data can now be accessed directly through REST endpoints, letting you pull employee directories, vacancy pipelines, and other HR data without sending it through Claude
  • You can now request time off, add candidate notes, move job applications between stages, and perform other write actions in PeopleForce
  • Slack now supports channel event subscriptions and file downloads

Bug Fixes

  • Fixed an issue where Slack search results could include direct messages and group chats you shouldn't have access to
v0.9.7 August 20, 2026 Feature

What's New

  • Slack: Search for messages and files across your workspace
  • Slack: Subscribe to channel events to get notified of new activity
  • Slack: View and download file attachments from messages
  • PeopleForce: See probation end dates for employees
  • Google Docs: New REST endpoints for fetching comments and document structure

Bug Fixes

  • ClickUp: Fixed doc search to find documents by name across your entire workspace
  • PeopleForce: Fixed employee status filter to return accurate results
v0.9.6 August 15, 2026 Feature

What's New

  • HubSpot: You can now search for companies and contacts by name or other properties
  • HubSpot: Added support for deals, pipelines, and stages — create deals, update them, and see which stage they're in
  • HubSpot: You can now create notes, tasks, calls, and meetings on company and contact timelines
  • HubSpot: Added the ability to delete notes, tasks, calls, and meetings

Improvements

  • HubSpot: Search results now clearly show when a property is empty versus unsupported, making it easier to understand what data is available
v0.9.5 August 14, 2026 Fix

Bug Fixes

  • Fixed ClickUp comments being cut off at 300 characters when reading task discussions
v0.9.4 August 12, 2026 Feature

What's New

  • ClickUp can now insert images into Docs — Claude can upload local images or embed images from URLs directly into your ClickUp pages
  • Added setup instructions throughout the site explaining how to enable image uploads in Claude (by adding clickup.awesome-mcp.xyz to Claude's allowed domains)
  • Sample prompts are now available for Outline, PeopleForce, and HubSpot on the integrations page

Improvements

  • When viewing a single ClickUp task, you now see the full description instead of a truncated preview
v0.9.3 August 10, 2026 Fix

Bug Fixes

  • Fixed PeopleForce employee tables returning empty when they should contain data
v0.9.2 August 10, 2026 Feature

What's New

  • PeopleForce now supports reading employee custom tables, like Dev Sprint participation records
v0.9.1 August 8, 2026 Feature

What's New

  • PeopleForce now tracks Learning & Development trends over time, including skills development, training participation, and knowledge base growth

Bug Fixes

  • Fixed an issue where PeopleForce knowledge base article content wasn't displaying correctly
v0.9.0 August 8, 2026 Feature

New Integrations

  • HubSpot CRM is now available — connect your contacts, companies, tickets, conversations, and custom properties

What's New

  • HubSpot supports both OAuth and private app tokens — choose the connection method that works best for you
  • PeopleForce now includes Learning & Development data — view employee custom fields, performance reviews, and training records

Bug Fixes

  • Fixed HubSpot ticket searches that were failing with default date filters
v0.8.5 July 23, 2026 Improvement

Improvements

  • Under-the-hood improvements to reliability and performance.
v0.8.4 July 22, 2026 Feature

What's New

  • PeopleForce now supports recruitment tools — manage vacancies, candidates, applications, job pipelines, and published job descriptions directly from Claude or ChatGPT

Bug Fixes

  • Fixed PeopleForce recruitment features that were returning errors or missing data
v0.8.3 July 21, 2026 Feature

What's New

  • You can now connect Outline using OAuth instead of pasting an API key
v0.8.2 July 17, 2026 Feature

What's New

  • add 15 tools covering reference data + employee-nested endpoints
  • wire paste-token connect flow end-to-end

Bug Fixes

  • preserve missing balance/completed instead of defaulting
  • calendar-aware dates + surface pagination on empty pages + dedupe list tools
  • align tools with what the public API actually supports
  • drop instance-name field, add icon, shorten catalog name
  • debug finding stops falsely accusing silent-200
  • duplicate single-element array filters for v2 REST

Improvements

  • Revert "chore(catalog): hide PeopleForce MCP from dashboard"
v0.8.1 July 15, 2026 Feature

What's New

  • scaffold PeopleForce HRIS MCP server

Bug Fixes

  • filterTeamTasks array params must be bare, not foo[]
  • use /leave_requests API contract + boost coverage to 88%
v0.8.0 July 10, 2026 Feature

What's New

  • add addGoogleMeet opt-in to createEvent/updateEvent
  • auto-name Outline instances from upstream team/email
  • render comment ProseMirror to markdown
  • honest ingestion counters + observability + unsubscribe (PR4)
  • debugTaskEventSubscription diagnostic tool (PR3)
  • task-event query + subscription listing tools (PR2)
  • route Outline through the paste-token form
  • task-event webhook ingestion + idempotent subscribe (PR1)
  • support paste-token connect flow (personal API keys)
  • wire per-connector OAuth flow end-to-end
  • add filterTeamTasks tool for server-side workspace queries

Bug Fixes

  • treat in-flight Meet createRequest as an existing conference
  • use { n } quantifier for literal spaces in nested-tree test
  • map unarchiveDocument to documents.restore
  • mount webhook ingestion route on every app factory (PR5)
  • orphan-cleanup + secret redaction in subscribeToTaskEvents
  • block redirects on auth.info to close SSRF-via-3xx
  • block SSRF via baseUrl + extend timeout over body reading
  • seed outline entry in seedDefaultCatalogs so it appears on dashboard

Improvements

  • Revert "chore(catalog): hide outline connector from dashboard + connect flow"
v0.7.4 July 6, 2026 Feature

What's New

  • add closedAfter/closedBefore filter to listTasks + searchTasks
  • scaffold Outline Wiki MCP connector with 27 read/write tools

Bug Fixes

  • use { n } quantifier for literal spaces in outline test regex
  • use { n } quantifier for literal spaces in outline test regex
  • add 30s timeout to OutlineClient.request
v0.7.3 July 4, 2026 Feature

What's New

  • expose date_closed, date_created, date_updated in task output
v0.7.2 July 1, 2026 Fix

Bug Fixes

  • mount REST data plane in createMcpOnlyApp too
v0.7.1 June 30, 2026 Feature

What's New

  • add tab-lifecycle ops to batchUpdateSpreadsheet
  • Mac Studio bootstrap scripts and launch agents
  • scaffold live-client smoke test harness

Bug Fixes

  • drop Appium --base-path /wd/hub to match WDIO + CI verify
  • close race in claude-desktop waitForResponseComplete
  • close race in chatgpt-web waitForResponseComplete
  • use documentId, not title, in readGoogleDoc smoke prompt
v0.7.0 June 29, 2026 Feature

What's New

  • final 3 endpoints — drive download, gmail attachment, clickup members
  • GET /api/v1/docs/{id} with Accept-based content negotiation
  • add 4 slack-bot GET endpoints + catalog-driven spec stubs
  • add 7 more GET endpoints — slides, sheets, clickup docs
  • REST data plane with short-lived bearer for bulk reads

Bug Fixes

  • paginate validate-ci check_runs and pick best per name
  • probe actual PAT write capability in preflight
  • validate PAT_TOKEN against GitHub API in preflight
  • preflight PAT_TOKEN and use it for checkout fetch
  • push to main with PAT embedded in remote URL
  • mount REST data plane in createWebOnlyApp too
  • resolve PREVIOUS_TAG relative to CURRENT_TAG
  • pass tag inputs via env and validate SemVer + sha shape
  • guard marker + duplicate before injecting into updates.html
  • pass commit range via env to block shell injection
  • render release date in UTC
  • stream drive downloads instead of buffering into memory
  • whitelist gmail ?format= against the upstream Gmail detail set
  • register /api/v1/docs/recent before /docs/:documentId
  • compute default week range by day-of-week offset
  • exact-match calendar attendee domains and tolerate missing emails
  • tag the docs commit so prod /updates ships in the first deploy
  • drop unnecessary backslash in download filename regex
  • replace placeholder server URL across all per-service specs
  • add tag management tools
  • bound and validate the sheets search range
  • stop swallowing getDocPages errors in clickup GET /docs/{id}
  • map slack error codes to proper HTTP status
  • sweep expired in-memory tokens to prevent leak
  • warn-and-skip on per-method openapi collision
  • set language on REST_ENDPOINTS.md base-URL fence
v0.6.2 June 10, 2026 Fix

Bug Fixes

  • surface hangoutLink and conferenceData in event output
  • add im:write and mpim:write OAuth scopes
v0.6.1 May 22, 2026 Feature

What's New

  • redeploy prod after approval to include updated /updates page
  • add approval gate before publishing to Slack and email
  • add Integrations and Updates links to the header nav

Bug Fixes

  • wait for prod deploy to succeed before sending notifications
v0.6.0 May 20, 2026 Feature

What's New

  • download text file content instead of just returning links
  • annotate every tool with readOnlyHint / destructiveHint
  • filter internal commits and strip CU- IDs from display
  • move integrations grid to dedicated /integrations route

Bug Fixes

  • restore inline layout for "How to Connect" steps
  • use event delegation for instance rows and access-rules chips
  • a11y compliance across public/*.html
  • surface effective OAuth scopes on /api/v1/catalogs

v0.5.0

Feature

What's New

  • Add rich text formatting for task comments
  • Add markdown_content support for tasks, lists, and comments

Bug Fixes

  • Enforce exclusive comment_text or comment in addTaskComment type

Improvements

  • Update release notes for v0.4.0

v0.4.0

Fix

Bug Fixes

  • Scan merge commits for CU- IDs and show unlinked tasks

Improvements

  • Update release notes for v0.3.0

v0.3.0

Fix

Bug Fixes

  • Use PAT_TOKEN in release-notes to push to protected main branch

v0.1.0

Feature

What's New

  • Initial release of Awesome MCP
  • Google Docs, Sheets, Slides, Calendar, Drive, and Gmail integrations
  • ClickUp and Slack integrations
  • Multi-account support with per-instance access rules
  • Dashboard for managing connections and API keys