Skip to content

Commit 05fe581

Browse files
committed
fix: adding tools
1 parent 0e497ea commit 05fe581

File tree

76 files changed

+18435
-680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+18435
-680
lines changed

.claude/settings.local.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:packagist.org)",
5+
"WebFetch(domain:github.com)",
6+
"Bash(mkdir:*)",
7+
"Bash(rm:*)",
8+
"Bash(composer:*)",
9+
"Bash(php artisan:*)",
10+
"Bash(touch:*)",
11+
"Bash(php artisan:*)",
12+
"Bash(git add:*)",
13+
"Bash(find:*)",
14+
"Bash(grep:*)",
15+
"Bash(ls:*)"
16+
],
17+
"deny": []
18+
}
19+
}

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: :vendor_name
1+
github: BinarCode

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=q-a
4+
url: https://github.com/binarcode/laravel-restify-mcp/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=ideas
7+
url: https://github.com/binarcode/laravel-restify-mcp/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/:vendor_slug/:package_name/security/policy
10+
url: https://github.com/binarcode/laravel-restify-mcp/security/policy
1111
about: Learn how to notify us for sensitive bugs

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/phpstan.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file.
3+
All notable changes to `laravel-restify-mcp` will be documented in this file.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) :vendor_name <author@domain.com>
3+
Copyright (c) BinarCode <eduard.lupacescu@binarcode.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)