{"id":50547456,"url":"https://github.com/kiarashplusplus/adl-resume","last_synced_at":"2026-06-04T00:02:12.508Z","repository":{"id":330544009,"uuid":"1106591728","full_name":"kiarashplusplus/adl-resume","owner":"kiarashplusplus","description":"Portfolio website ","archived":false,"fork":false,"pushed_at":"2026-05-12T05:55:47.000Z","size":2230,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T06:35:31.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://25x.codes/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiarashplusplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-29T14:58:21.000Z","updated_at":"2026-05-12T05:55:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kiarashplusplus/adl-resume","commit_stats":null,"previous_names":["websearch-via-camera/adl-resume","kiarashplusplus/adl-resume"],"tags_count":null,"template":false,"template_full_name":"github/spark-template","purl":"pkg:github/kiarashplusplus/adl-resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiarashplusplus%2Fadl-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiarashplusplus%2Fadl-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiarashplusplus%2Fadl-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiarashplusplus%2Fadl-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiarashplusplus","download_url":"https://codeload.github.com/kiarashplusplus/adl-resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiarashplusplus%2Fadl-resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-04T00:02:11.740Z","updated_at":"2026-06-04T00:02:12.495Z","avatar_url":"https://github.com/kiarashplusplus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiarash Adl Portfolio\n\nAI-enabled portfolio with MCP (Model Context Protocol) integration, allowing AI agents to query projects, skills, and experience programmatically.\n\n## 🚀 Tech Stack\n\n- **Frontend:** React, TypeScript, Vite, Tailwind CSS, Framer Motion\n- **Backend:** Cloudflare Pages Functions\n- **MCP:** JSON-RPC protocol with Ed25519 signed manifests\n\n## 🛠️ Development\n\n```bash\nnpm install\nnpm run dev\n```\n\n## 📄 Updating the Resume PDF\n\nThe resume is served from a **permanent, un-hashed URL** so external links never break:\n\n- Local file: `public/Kiarash-Adl-Resume.pdf`\n- Public URL: `https://25x.codes/Kiarash-Adl-Resume.pdf`\n\nTo update the resume, simply replace that single file and redeploy. No code changes are needed.\n\n```bash\ncp /path/to/new-resume.pdf public/Kiarash-Adl-Resume.pdf\nnpm run build   # optional, just to sanity-check\ngit commit -am \"Update resume PDF\"\ngit push        # Cloudflare Pages auto-deploys\n```\n\n\u003e Do **not** import the PDF from `src/` — that path goes through Vite's asset pipeline and gets a content hash like `Kiarash-Adl-Resume-20251129-DFXsl4HJ.pdf`, which changes on every content update and breaks any link that points at it.\n\n## 🤖 MCP Integration\n\nThis portfolio implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), enabling AI agents to interact with the portfolio programmatically.\n\n### Endpoints\n\n- **Discovery:** `/.well-known/mcp.llmfeed.json`\n- **Invoke:** `/mcp/invoke`\n\n### Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `submit_contact` | Send a message directly to Kiarash's inbox |\n| `run_terminal_command` | Execute terminal commands (about, skills, projects, contact, experience, resume, help) |\n| `get_project_details` | Get details about specific projects (bayan, fiml, aligna, aivision) |\n\n### Usage Example\n\nAI agents can discover capabilities and invoke tools using JSON-RPC 2.0:\n\n```bash\n# Discover MCP capabilities\ncurl -s \"https://25x.codes/.well-known/mcp.llmfeed.json\"\n\n# Send a message to Kiarash\ncurl -s -X POST \"https://25x.codes/mcp/invoke\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"tools/call\",\n    \"params\": {\n      \"name\": \"submit_contact\",\n      \"arguments\": {\n        \"name\": \"Your Name\",\n        \"email\": \"your@email.com\",\n        \"message\": \"Hello, fellow code explorer!\"\n      }\n    },\n    \"id\": 1\n  }'\n\n# Run a terminal command\ncurl -s -X POST \"https://25x.codes/mcp/invoke\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"jsonrpc\": \"2.0\",\n    \"method\": \"tools/call\",\n    \"params\": {\n      \"name\": \"run_terminal_command\",\n      \"arguments\": {\n        \"command\": \"about\"\n      }\n    },\n    \"id\": 1\n  }'\n```\n\n### For AI Agents\n\nPoint your AI agent to the MCP manifest at:\n```\nhttps://25x.codes/.well-known/mcp.llmfeed.json\n```\n\nThe manifest includes:\n- Tool schemas with input/output definitions\n- Agent guidance for interaction patterns\n- Ed25519 signed blocks for verification\n\n## 📄 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiarashplusplus%2Fadl-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiarashplusplus%2Fadl-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiarashplusplus%2Fadl-resume/lists"}