jobseek-mcp 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -129,7 +129,7 @@ Update the status of a job application. Perfect for tracking application progres
129
129
  - `date` (optional) - Date of the status change (YYYY-MM-DD format, defaults to today)
130
130
  - `notes` (optional) - Additional context (e.g., "Interview with Sarah scheduled")
131
131
 
132
- **Example:** "Update my Interplay application to interviewing status - interview scheduled for January 13th with Stacy Greco"
132
+ **Example:** "Update my Acme Corp application to interviewing status - interview scheduled for January 15th with the hiring manager"
133
133
 
134
134
  ## Automated Job Search (with Claude for Chrome)
135
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobseek-mcp",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "JobSeek MCP Server - AI-powered job search automation for Claude. Enables automated job searching with Claude for Chrome browser control.",
5
5
  "author": "Shawn Mitchell",
6
6
  "license": "MIT",